runtime.heapBits.last (field)
10 uses
runtime (current package)
mbitmap.go#L117: last *uint8 // Last byte arena's bitmap
mbitmap.go#L333: h.last = &ha.bitmap[len(ha.bitmap)-1]
mbitmap.go#L438: } else if h.bitp != h.last {
mbitmap.go#L471: h.last = &ha.bitmap[len(ha.bitmap)-1]
mbitmap.go#L485: if nbitp <= uintptr(unsafe.Pointer(h.last)) {
mbitmap.go#L491: past := nbitp - (uintptr(unsafe.Pointer(h.last)) + 1)
mbitmap.go#L497: h.last = &a.bitmap[len(a.bitmap)-1]
mbitmap.go#L499: h.bitp, h.last = nil, nil
mbitmap.go#L508: maxn := 4 * ((uintptr(unsafe.Pointer(h.last)) + 1) - uintptr(unsafe.Pointer(h.bitp)))
mbitmap.go#L995: h.last = nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)